home *** CD-ROM | disk | FTP | other *** search
-
-
- Graphic Lisp
-
- Written from 1991 to 1994 by Zoia Andrea Michele.
-
- Graphic LISP language
-
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- ! UNZIP -d !
- ! & Sorry for bugged english !
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- Runs with MSDOS WINDOWS and UNIX-LINUX-XENIX. In the root directory
- there are sources of entire LISP language ( written in ANSI-C standard ),
- in the subdirs DOS, WINDOWS, UNIX, XENIX there are implementation
- specific sources for these.
-
- In the subdirs there are some makefiles for build all.
-
- With MSDOS implementation I put the .PRJ files for Borland C++3.1,
- Borland C++2.0, and Borland TurboC 2.0.
- Remember to change the source directory on the Borland's IDE, the root
- should be called LISPSRC.
- There are some empty subdirs where compiler will puts the .OBJs and .EXEs
-
- -------------- GRAPHIC LISP ARCHIVES LISTING -------------------------
-
- Manuals are in GLISPDOC.ZIP
- DOS executables are in GLISPEXE.ZIP
- Sources are in GLISPSRC.ZIP
- UNIX sources are in GLISP.UNIX.TAR.GZ
-
- -----------------------------------------------------------------------
-
- UNIX sources should be compiled by every UNIX-LINUX system
- 3 Known problems:
- 1) Lex or Yacc problems:
- precompiled modules
- closlex.cux , closyacc.cux , closyacc.hux
- must be copied into
- closlex.c , closyacc.c , closyacc.h
- before making all.
-
- 2) if C function ftime() called once in clos_ux1.c does not exist in
- your system , don't worry, comment out it !.
- This affect only the LISP function GET-TIME.
-
- 3) Library names used in makefile could be different on your system.
- change the names after the -l... linker option in makefile.
-
- Due to compatibility causes, UNIX sources, have no graphic capabilities.
- I'M sorry for some compatility problems, but in these days i have not time
- to resolve them.
- I whish this code is good for you, let me know.
-
-
- ---- HINTS (very little) ----
- at the lisp prompt '>' digit (OBLIST)
- and you will obtain a list of all global atoms
- that can have (of course) a functional bind or not.
-
- call closunix with -h option.
-
- download the docs !!!!
- -----------------------------
-
-
- - This code is public domain whitout any express or implied warranties.
- - This code can be copied and distributed only free, with all unmodified
- files.
- - Author have not responsability for each use of this code.
- - To distribute modified verson of this code must contact the author:
-
- Zoia Andrea Michele
-
- Via Pergola #1 23037 TIRANO (Sondrio) Italy
-
- Tel.. ITA-342-704210
-
- Else you can try these e-mail(s)
-
- andrea@135.133.3.34 alias to
- andrea@Ultra.Italy.NCR.COM (probabilly unknown by DNS)
-
- if these addresses does not work ( aaargh!!) send e-mail to
-
- berta@morgana.usr.dsi.unimi.it
- with Subject: To Zoia Andrea
-
-
-
-